home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / utils / mb45abin.lzh / DATA9.INS < prev    next >
Text File  |  1994-07-03  |  12KB  |  262 lines

  1. /*  
  2.  *  MasterBrowse 4.5a (w\ Installation Program V.4.5)
  3.  *  Copyright 1993, 1994, Michel Forget
  4.  *  Electric Storm Software
  5.  *  
  6.  *  R E L E A S E   H I S T O R Y
  7.  *  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  8.  *  
  9.  *  Version       Release Date            
  10.  *  -------       ------------            
  11.  *
  12.  *  Version 1.0       March 25, 1993 
  13.  *  Version 2.0       April 28, 1993 
  14.  *  Version 2.4         May 19, 1993 
  15.  *  Version 2.5        June 02, 1993 
  16.  *  Version 2.5a       June 03, 1993 
  17.  *  Version 2.5b       June 04, 1993 
  18.  *  Version 2.6        June 20, 1993 
  19.  *  Version 2.6a       July 08, 1993 
  20.  *  Version 2.6b     August 14, 1993 
  21.  *  Version 2.8      August 30, 1993
  22.  *  Version 2.8a  September 08, 1993
  23.  *  Version 3.0   September 22, 1993
  24.  *  Version 3.1   September 26, 1993
  25.  *  Version 3.2     October 05, 1993
  26.  *  Version 3.3    December 05, 1993
  27.  *  Version 3.3b   December 10, 1993
  28.  *  Version 3.3c   December 11, 1993
  29.  *  Version 3.5     January 30, 1994
  30.  *  Version 3.5a      March 10, 1994
  31.  *  Version 3.6       March 25, 1994 (w\ Installation Program V.3.6)
  32.  *  Version 4.0       April 18, 1994 (w\ Installation Program V.4.0)
  33.  *  Version 4.1       April 29, 1994 (w\ Installation Program V.4.1)
  34.  *  Version 4.2       April 30, 1994 (w\ Installation Program V.4.1)
  35.  *  Version 4.4         May 04, 1994 (w\ Installation Program V.4.4)
  36.  *  Version 4.5        June 29, 1994 (w\ Installation Program V.4.5)
  37.  *  Version 4.5a       July 04, 1994 (w\ Installation Program V.4.5)
  38.  *
  39.  *   If you would like to contact Electric Storm Software with bug reports,
  40.  * suggestions, or comments, you can do so by using the following addresses:
  41.  *
  42.  * Internet:  mforget@elfhaven.ersys.edmonton.ab.ca
  43.  *            ess@tibalt.supernet.ab.ca
  44.  *
  45.  *     Mail:  Michel Forget
  46.  *            12209 Dovercourt Avenue
  47.  *            Edmonton, Alberta
  48.  *            CANADA
  49.  *            T5L 4E1
  50.  *
  51. */
  52.  
  53.     The list of bug fixes and new features that was included with previous
  54. versions of MasterBrowse has been removed to save space.  Only recent
  55. changes are shown in this file.  The documentation has, of course, been
  56. updated to reflect all changes made to MasterBrowse since the first
  57. version.  The list is in chronological order, so the new information is
  58. at the end of the file.
  59.  
  60. MasterBrowse 4.0:
  61.  
  62. The new version of MasterBrowse was compiled with Sozobon C 2.00 (extended
  63. by Jerry G. Geiger).  This results in a smaller executable, which operates
  64. faster and uses far less memory than previous versions of MasterBrowse.
  65.  
  66. BUG FIX:      MasterBrowse now handles TAB expansion correctly.
  67.  
  68. NEW FEATURE:  MasterBrowse now allows wildcards in search strings.  The
  69.               following UNIX wildcard characters are accepted:
  70.  
  71.               [] - Entering "b[ai]rd" would cause MasterBrowse to stop 
  72.                    searching on the strings "bard" and "bird".
  73.  
  74.                    Entering "[a-h]og" would cause MasterBrowse to stop
  75.                    searching on the strings "bog", "dog", "fog", and
  76.                    "hog".  MasterBrowse would not stop searching on
  77.                    "log", though, because the first letter of that
  78.                    word is not within the accepted range.
  79.  
  80.               *  - Entering "work*" would cause MasterBrowse to stop
  81.                    searching on the strings "work", "worker", "working",
  82.                    "worked", and others.
  83.  
  84.               ?  - Entering "wor?" would cause MasterBrowse to stop
  85.                    searching on the strings "word", "work", "worm", and
  86.                    others.
  87.  
  88.               !  - This is the refusal operator!  Entering "[!a-k]og" would
  89.                    cause MasterBrowse to stop searching on the word "log",
  90.                    but ignore the words "bog", "dog", "fog", and "hog".
  91.  
  92. NEW FEATURE:  MasterBrowse now uses round radio buttons and checkboxes with
  93.               crosses.
  94.  
  95. BUG FIX:      MasterBrowse will no longer crash while printing.  (This only
  96.               happened in certain situations.)
  97.  
  98. REMOVAL:      In an effort to reduce the size of MasterBrowse, the use of
  99.               compressed text files is no longer supported; this reduces
  100.               the overall size of MasterBrowse 17K and reduces memory
  101.               consumption by 92K (most of which is due to the new
  102.               compiler).
  103.  
  104. NEW FEATURE:  The "Save Options", "Save Options As...", and "Load Options..."
  105.               options are no longer found in the varous "options" dialog
  106.               boxes.  They are now menu entries found under the "Window"
  107.               menu.
  108.  
  109. BUG FIX:      MasterBrowse will no longer cause problems if your colour
  110.               index settings are higher than the maximum number of colours
  111.               available in the current resolution.  If this happens,
  112.               MasterBrowse will simply use default colours.
  113.  
  114. NEW FEATURE:  MasterBrowse now allows you to control dialog boxes with the
  115.               keyboard; hold down the Alternate key and press the key
  116.               corresponding to the underlined letter in the button you want
  117.               to select.
  118.  
  119. BUG FIX:      MasterBrowse will no longer crash if you select "Save Document
  120.               Batch..." while progress displays are enabled.
  121.  
  122. BUG FIX:      MasterBrowse will no longer skip files when saving a document
  123.               batch.  (This only happened if the document batch contained
  124.               two files.)
  125.  
  126. BUG FIX:      MasterBrowse now handles iconification in medium resolution
  127.               correctly.
  128.  
  129. MasterBrowse 4.1:
  130.  
  131. BUG FIX:      MasterBrowse will no longer refresh the screen if you try to
  132.               move beyond the top or bottom of a document.
  133.  
  134. NEW FEATURE:  If you try to load a document that is already in memory,
  135.               MasterBrowse will now warn you and ask you if the document
  136.               should be loaded anyway.
  137.  
  138. BUG FIX:      MasterBrowse will no longer allow you to enter wildcards in
  139.               the file selector (an upcoming version of MasterBrowse will
  140.               have full wilcard handling).
  141.  
  142. BUG FIX:      If you try to load an empty file, MasterBrowse will warn
  143.               you that the file is empty and abort the operation.
  144.  
  145. BUG FIX:      MasterBrowse will no longer allow you to scroll beyond
  146.               the left boundary of a document.  (This was the result of
  147.               a compiler bug.)
  148.  
  149. BUG FIX:      MasterBrowse will now always show the correct name for the
  150.               clipboard, even if you load multiple clipboards.
  151.  
  152. NEW FEATURE:  MasterBrowse will no longer attempt to write to a window that
  153.               has been hidden (shadowed) by Winx.
  154.  
  155. BUG FIX:      The installation program will no longer overwrite existing
  156.               ROOT.ENV files; if there is a ROOT.ENV file on the disk
  157.               already, MasterBrowse will simply append its own
  158.               environment variables to the end of the file.
  159.  
  160. BUG FIX:      The installation program will now look in the \geneva
  161.               folder for the GEM.CNF file if it does not find it in
  162.               the root directory when installing MasterBrowse for
  163.               Geneva.
  164.  
  165. BUG FIX:      The installation program will now correctly report the
  166.               version of MasterBrowse that it is installing.
  167.  
  168. MasterBrowse 4.2:
  169.  
  170. [a failed attempt was made to solve the file selector problem]
  171.  
  172. MasterBrowse 4.4:
  173.  
  174. BUG FIX:      MasterBrowse will no longer request a disk swap when it is
  175.               executed.  This problem was solved (for ESS-Code, actually,
  176.               but the solution still applies) by the users of the
  177.               MausNet.
  178.  
  179. NEW FEATURE:  MasterBrowse will now emulate the TOS 1.4 file selector for
  180.               systems that have an earlier version of TOS.
  181.  
  182. MasterBrowse 4.5:
  183.  
  184. NEW FEATURE:  MasterBrowse now has even more powerful windowed dialog box
  185.               editing capabilities.  The following keys can be used inside
  186.               a windowed dialog box:
  187.        
  188.               UNDO                            = Exit (Cancel)
  189.               Return                          =